@import url(normalize.css);
@import url(base.css);
.header .header-top {
  width: 1200px;
  margin: 0 auto; }
  .header .header-top .logo {
    width: 800px;
    height: 120px;
    float: left; }
    .header .header-top .logo img {
      width: 120px;
      height: 120px;
      float: left; }
    .header .header-top .logo span {
      display: inline-block;
      float: left;
      height: 120px;
      width: 600px;
      line-height: 120px;
      font-size: 24px;
      letter-spacing: -1px; }
    .header .header-top .logo h1 {
      font-weight: 300;
      margin-top: 0;
      padding-top: 34px;
      margin-bottom: 0;
      font-size: 26px; }
    .header .header-top .logo h3 {
      margin-top: 5px;
      font-weight: 500;
      font-size: 18px; }
  .header .header-top .language {
    float: right;
    margin-top: 48px; }
    .header .header-top .language a {
      display: inline-block;
      width: 38px;
      height: 30px;
      line-height: 30px;
      font-size: 20px;
      text-align: center;
      color: #000; }
      .header .header-top .language a.active {
        color: rgb(5,39,175); }
      .header .header-top .language a:first-child {
        border-right: 1px solid #040000; }
  .header .header-top .search {
    float: right;
    margin-top: 43px;
    width: 280px;
    height: 40px;
    border-radius: 25px;
    overflow: hidden;
    border: 1px solid #000000; }
    .header .header-top .search input {
      width: 220px;
      height: 40px;
      border: none;
      padding: 0 40px 0 20px; }
    .header .header-top .search button {
      width: 40px;
      height: 40px;
      float: right;
      outline: none;
      border: none;
      position: relative;
      bottom: 43px;
      background-color: #fff;
      cursor: pointer; }
      .header .header-top .search button img {
        width: 22px;
        height: 22px;
        margin-top: 9px; }
.header .nav-top {
  width: 100%;
  border-top: 2px solid rgb(5,39,175);
  border-bottom: 5px solid rgb(5,39,175); }
  .header .nav-top ul {
    margin: 0 auto;
    width: 1100px; }
  .header .nav-top li {
    width: 180px;
    height: 63px;
    float: left;
    font-size: 20px;
    text-align: center;
    line-height: 63px;
    letter-spacing: 4px; }
    .header .nav-top li a {
      display: block;
      width: 100%;
      height: 100%;
      color: #000; }
    .header .nav-top li:hover {
      background-color: rgb(5,39,175); }
      .header .nav-top li:hover a {
        color: #fff; }
    .header .nav-top li.active {
      background-color: rgb(5,39,175); }
      .header .nav-top li.active a {
        color: #fff; }

.footer {
  width: 100%;
  background-color: #313131;
  color: #fff;
  padding: 20px 0; }
  .footer .bottom-nav {
    text-align: center; }
    .footer .bottom-nav ul {
      width: 100%;
      text-align: center;
      margin: 0 auto; }
      .footer .bottom-nav ul li {
        display: inline;
        padding: 0 24px;
        border-right: 1px solid #fff;
        height: 20px;
        line-height: 20px;
        font-size: 16px; }
        .footer .bottom-nav ul li a {
          color: #fff; }
        .footer .bottom-nav ul li:last-child {
          border: none; }

.content .main-content {
  width: 900px; }
  .content .main-content .module-title {
    width: 180px;
    white-space: nowrap;
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid #333;
    font-size: 24px; }
    .content .main-content .module-title .title-blue {
      width: 60px;
      height: 5px;
      background-color: rgb(5,39,175);
      position: relative;
      bottom: 2px; }
.content .index-about {
  width: 100%; }
  .content .index-about .about-left {
    width: 50%;
    height: 580px;
    float: left; }
    .content .index-about .about-left .left-content {
      width: 570px;
      height: 100%;
      margin-right: 30px;
      float: right; }
      .content .index-about .about-left .left-content .title {
        margin: 50px 35px 60px 0;
        width: 157px;
        height: 50px;
        border-bottom: 2px solid #a0a0a0;
        line-height: 50px;
        font-size: 26px;
        white-space: nowrap; }
        .content .index-about .about-left .left-content .title .title-blue {
          width: 56px;
          height: 6px;
          background-color: rgb(5,39,175);
          position: relative;
          bottom: 2px; }
  .content .index-about .about-right {
    width: 50%;
    height: 580px;
    float: left;
    background-color: #eeeeee; }
    .content .index-about .about-right .right-content {
      width: 570px;
      height: 100%;
      margin-left: 30px;
      float: left; }
      .content .index-about .about-right .right-content .title {
        margin-top: 150px;
        font-size: 16px;
        line-height: 37px;
        text-align: justify;
        color: #040000;
        font-weight: 100; }
        .content .index-about .about-right .right-content .title p {
          text-indent: 30px;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 5;
          -webkit-box-orient: vertical; }
        .content .index-about .about-right .right-content .title h2 {
          margin: 0 0 53px 0;
          font-weight: 500;
          color: #000; }
      .content .index-about .about-right .right-content .more {
        display: block;
        width: 96px;
        height: 28px;
        line-height: 28px;
        padding-left: 15px;
        float: right;
        margin-top: 22px;
        border: 1px solid rgb(5,39,175);
        color: #040000; }
        .content .index-about .about-right .right-content .more div {
          float: right;
          width: 25px;
          height: 28px;
          background-color: rgb(5,39,175);
          color: #fff;
          line-height: 28px;
          font-size: 16px;
          text-align: center; }
.content .product-nav {
  width: 240px;
  float: left; }
  .content .product-nav .nav-title {
    width: 100%;
    height: 102px;
    background-color: rgb(5,39,175);
    line-height: 102px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    position: relative; }
    .content .product-nav .nav-title img {
      position: absolute;
      left: 100px;
      top: 80px; }
  .content .product-nav .product-list ul {
    width: 215px;
    padding: 13px 13px;
    background-color: #707070; }
    .content .product-nav .product-list ul li {
      width: 215px;
      padding: 5px 0;
      line-height: 60px;
      text-align: center;
      background-color: #707070;
      color: #fff;
      border-bottom: 1px solid #fff;
      cursor: pointer;
      font-size: 16px; }
      .content .product-nav .product-list ul li a {
        color: #fff; }
      .content .product-nav .product-list ul li:hover {
        color: rgb(5,39,175); }
      .content .product-nav .product-list ul li.active {
        color: rgb(5,39,175); }
        .content .product-nav .product-list ul li.active a {
          color: rgb(5,39,175); }
.content .product-nav2 {
  width: 240px; }
  .content .product-nav2 .nav-title {
    width: 100%;
    height: 80px;
    background-color: rgb(5,39,175);
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 80px; }
  .content .product-nav2 .product-list {
    width: 238px;
    border: 1px solid #e2e2e2;
    margin-left: 1px; }
    .content .product-nav2 .product-list .first-type {
      width: 228px;
      height: 50px;
      padding-left: 10px;
      font-size: 16px;
      line-height: 50px;
      color: #333;
      font-weight: 500;
      border-bottom: 1px solid #d8d8d8;
      cursor: pointer;
      background: url("../images/arrow-right.png") repeat-y; }
      .content .product-nav2 .product-list .first-type.db {
        background: url("../images/arrow-bottom.png") repeat-y; }
    .content .product-nav2 .product-list .second-type {
      display: none;
      width: 100%; }
      .content .product-nav2 .product-list .second-type.db {
        display: block; }
      .content .product-nav2 .product-list .second-type li {
        width: 100%;
        color: #333;
        border-bottom: 1px solid #e2e2e2;
        cursor: pointer;
        position: relative; }
        .content .product-nav2 .product-list .second-type li.active {
          background-color: rgb(5,39,175);
          border-right: 30px;
          -webkit-border-image: url(../images/pro-icon.png) 30 30 round;
          /* Safari 5 */
          -o-border-image: url(../images/pro-icon.png) 30 30 round;
          /* Opera */
          border-image: url(../images/pro-icon.png) 30 30 stretch; }
          .content .product-nav2 .product-list .second-type li.active a {
            color: #fff; }
        .content .product-nav2 .product-list .second-type li:hover {
          background-color: rgb(5,39,175); }
          .content .product-nav2 .product-list .second-type li:hover a {
            color: #fff; }
        .content .product-nav2 .product-list .second-type li a {
          color: #333;
          display: block;
          width: 180px;
          padding: 10px 30px 10px 20px; }
.content .index-product {
  width: 100%;
  background: url("../images/product-bg.png") no-repeat center;
  background-size: 100% 100%;
  padding-bottom: 40px; }
  .content .index-product .product-nav {
    position: relative;
    bottom: 3px; }
  .content .index-product .product-main {
    display: none;
    width: 945px;
    float: right; }
    .content .index-product .product-main.db {
      display: block; }
    .content .index-product .product-main li {
      width: 293px;
      height: 324px;
      border: 1px solid #fff;
      float: left;
      margin-left: 20px;
      margin-top: 20px;
      background-color: transparent;
      text-align: center;
      cursor: pointer; }
      .content .index-product .product-main li:hover {
        border-color: rgb(5,39,175); }
        .content .index-product .product-main li:hover span {
          color: rgb(5,39,175); }
      .content .index-product .product-main li a {
        display: block;
        width: 262px;
        height: 259px;
        margin: 17px 16px auto 17px; }
        .content .index-product .product-main li a img {
          width: 100%;
          height: 100%;
          background-color: #fff; }
      .content .index-product .product-main li span {
        text-align: center;
        font-size: 16px;
        color: #fff;
        line-height: 50px; }
.content .index-news {
  width: 1200px;
  margin: 0 auto;
  padding: 70px 0; }
  .content .index-news .title {
    width: 450px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    border-bottom: 1px solid #a0a0a0;
    text-align: center;
    font-size: 26px; }
    .content .index-news .title .title-blue {
      width: 56px;
      height: 6px;
      background-color: rgb(5,39,175);
      position: relative;
      bottom: 2px;
      left: 197px; }
  .content .index-news .news-main {
    width: 100%;
    margin-top: 40px; }
    .content .index-news .news-main li {
      margin-right: 24px;
      width: 334px;
      padding: 26px 24px 5px 24px;
      height: 387px;
      border: 1px solid #000;
      cursor: pointer;
      float: left; }
      .content .index-news .news-main li:last-child {
        margin-right: 0; }
      .content .index-news .news-main li:hover {
        border-color: rgb(5,39,175); }
        .content .index-news .news-main li:hover a .news-title, .content .index-news .news-main li:hover a .news-date, .content .index-news .news-main li:hover a .more {
          color: rgb(5,39,175); }
      .content .index-news .news-main li a {
        display: block;
        width: 335px;
        height: 384px; }
        .content .index-news .news-main li a img {
          width: 335px;
          height: 230px; }
        .content .index-news .news-main li a .news-title {
          font-size: 20px;
          color: #010101;
          width: 100%;
          height: 25px;
          margin-top: 10px;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical; }
        .content .index-news .news-main li a .news-date {
          font-size: 10px;
          color: #333;
          width: 100%;
          height: 20px;
          line-height: 20px; }
        .content .index-news .news-main li a .news-text {
          width: 100%;
          height: 54px;
          font-size: 14px;
          color: #333;
          margin-top: 5px;
          line-height: 19px;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical; }
        .content .index-news .news-main li a .more {
          margin-top: 12px;
          width: 100%;
          height: 15px;
          font-size: 14px;
          color: #000; }
      .content .index-news .news-main li:last-child {
        margin-right: 0; }
.content .about {
  padding: 60px 0; }
  .content .about .about-text {
    width: 100%;
    text-indent: 30px;
    text-align: justify;
    font-size: 16px;
    color: #333;
    line-height: 30px; }
  .content .about img {
    width: 100%; }
  .content .about .factory {
    margin-top: 20px;
    width: 900px;
    float: right; }
.content .product {
  padding: 60px 0; }
  .content .product .products li {
    width: 198px;
    border: 1px solid #bbb7b7;
    text-align: center;
    margin-right: 30px;
    margin-top: 30px;
    margin-left: 1px;
    float: left; }
    .content .product .products li:nth-of-type(4) {
      margin-right: 0; }
    .content .product .products li:nth-of-type(8) {
      margin-right: 0; }
    .content .product .products li:nth-of-type(12) {
      margin-right: 0; }
    .content .product .products li a {
      display: block;
      width: 180px;
      height: 178px;
      margin-left: 8px;
      margin-top: 5px;
      border: none; }
      .content .product .products li a img {
        width: 100%;
        height: 100%; }
    .content .product .products li span {
      text-align: center;
      display: block;
      width: 100%;
      margin: 0 auto;
      line-height: 40px;
      background-color: #e2e2e2; }
.content .product-show {
  padding: 60px 0; }
  .content .product-show .show-content {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 30px; }
    .content .product-show .show-content .show-title {
      margin-top: 20px;
      width: 100%;
      height: 40px;
      line-height: 40px;
      font-size: 18px;
      background-color: #edede7;
      color: #000;
      text-align: center; }
  .content .product-show .prev-next {
    width: 890px;
    padding-left: 10px;
    height: 60px;
    background-color: #edede7;
    margin-top: 10px;
    line-height: 30px;
    font-size: 14px;
    color: #000; }
    .content .product-show .prev-next a {
      color: #333; }
      .content .product-show .prev-next a:hover {
        color: #000; }
.content .download {
  padding: 60px 0; }
  .content .download .download-content {
    width: 900px;
    padding-top: 20px; }
    .content .download .download-content li {
      width: 100%;
      height: 30px;
      line-height: 30px;
      font-size: 16px;
      color: #333;
      margin-bottom: 30px;
      border-bottom: 1px dashed #d2d2d2; }
      .content .download .download-content li a {
        display: block;
        width: 100%;
        height: 100%;
        color: #333; }
        .content .download .download-content li a:hover {
          color: rgb(5,39,175); }
      .content .download .download-content li span {
        display: inline-block; }
        .content .download .download-content li span img {
          margin-right: 10px; }
      .content .download .download-content li .date {
        float: right; }
.content .news {
  padding: 60px 0; }
  .content .news .news-content {
    padding-top: 20px; }
    .content .news .news-content li {
      width: 100%;
      height: 30px;
      line-height: 30px;
      font-size: 16px;
      color: #333;
      margin-bottom: 30px;
      border-bottom: 1px dashed #d2d2d2; }
      .content .news .news-content li a {
        display: block;
        width: 100%;
        height: 100%;
        color: #333; }
        .content .news .news-content li a:hover {
          color: rgb(5,39,175); }
      .content .news .news-content li span {
        display: inline-block;
        float: right; }
.content .news-show {
  padding: 60px 0; }
  .content .news-show .news-show-content {
    width: 900px;
    line-height: 30px; }
    .content .news-show .news-show-content .main {
      text-align: center;
      margin-bottom: 100px; }
      .content .news-show .news-show-content .main h3 {
        text-align: center;
        color: #000;
        margin-bottom: 10px; }
      .content .news-show .news-show-content .main h4 {
        text-align: center;
        color: #a4a3a3;
        font-weight: 500;
        margin-bottom: 10px;
        margin-top: 0; }
      .content .news-show .news-show-content .main p {
        text-indent: 30px;
        text-align: justify; }
    .content .news-show .news-show-content .prev-next {
      margin-top: 10px;
      line-height: 30px;
      font-size: 14px;
      color: #000; }
      .content .news-show .news-show-content .prev-next a {
        color: #333; }
        .content .news-show .news-show-content .prev-next a:hover {
          color: #000; }
.content .contact {
  padding: 60px 0; }
  .content .contact .contact-content {
    padding-top: 20px; }
    .content .contact .contact-content .contact-pic {
      float: left;
      margin-left: 30px;
      margin-bottom: 30px; }
    .content .contact .contact-content .contact-msg {
      width: 100%;
      float: left;
      margin-top: 30px;
      text-align: center;
      color: #333;
      line-height: 20px;
      font-size: 14px; }
    .content .contact .contact-content .contact-text {
      width: 450px;
      padding-top: 30px;
      line-height: 30px;
      float: right;
      color: #333;
      font-size: 16px;
      margin-bottom: 20px; }
      .content .contact .contact-content .contact-text p {
        display: inline-block;
        float: left;
        width: 80px;
        margin: 0; }
      .content .contact .contact-content .contact-text span {
        display: inline-block;
        width: 350px;
        float: left; }
    .content .contact .contact-content #container2 {
      width: 100%;
      height: 300px;
      font-size: 14px; }
      .content .contact .contact-content #container2 .map-title {
        font-size: 18px; }
      .content .contact .contact-content #container2 .content {
        line-height: 18px;
        margin-top: 5px; }
.content .back {
  float: right;
  width: 160px;
  height: 40px; }
  .content .back a {
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(5,39,175);
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5; }
    .content .back a img {
      width: 100%;
      height: 100%; }
    .content .back a:hover {
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1; }

/*# sourceMappingURL=page.css.map */
